[FreeBSD kernel ]How to maintain a linked list on kernel lever?

Posted by Andy Leman on Stack Overflow See other posts from Stack Overflow or by Andy Leman
Published on 2010-12-25T08:48:32Z Indexed on 2010/12/25 8:54 UTC
Read the original article Hit count: 244

Filed under:
|

The situation is: I will implement sets of new system calls. Each of them need to access (read or write) a linked list. So, that means I will have several C programs. So, how can I maintain a linked list in memory and let several programs access it? Or,this is wrong....I should save it as a file? (but I hardly think this is a good idea).. A lot of confused questions here...Need help. Thank you indeed!

© Stack Overflow or respective owner

Related posts about kernel

Related posts about freebsd